Skip to main content

lineIncrement

Type

property

Summary

Specifies how far a scrollbar scrolls when one of its arrows is clicked.

Syntax

set the lineIncrement of <scrollbar> to <distance>

Description

Use the lineIncrement property to change the amount that is scrolled when the scrollbar arrows are clicked.

When the user clicks the arrows at the ends of a scrollbar, the scrollbar moves one line up or down (or to the left or right, for a horizontal scrollbar). Use the lineIncrement property to specify how far the scrollbar thumb moves.

The startValue and endValue properties set the scale used for the lineIncrement, so for example, if the lineIncrement is set to one-hundredth of the difference between the startValue and endValue, clicking an arrow moves the scrollbar one-hundredth of its length.

Examples

set the lineIncrement of scrollbar "Whole Page" to 100

message: scrollbarLineInc, scrollbarLineDec

object: scrollbar

property: endValue, properties, startValue, pageIncrement

glossary: property, scrollbar thumb

keyword: scrollbar

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?